home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / TREE.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.1 KB  |  24 lines

  1. <<<<<<<<<<<<<<<<<<<<<             TREE            >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Displays all of the directory paths found on a disk.
  4. For each directory found ... TREE will display the full path name
  5. as well as any subdirectories found within.
  6.  
  7. ;     TREE             ...   Displays all directory paths on the
  8. ;                            default drive.
  9.  
  10. ;     TREE C:          ...   Displays all directory paths on Drive C.
  11.  
  12. ;     TREE A: /F       ...   Displays all directory paths on Drive A.
  13. ;                            The /F tells TREE to display all file
  14. ;                            names in each directory.
  15.  
  16. ;     TREE > PRN       ...   Causes the directory paths on the 
  17. ;                            default drive to be sent to the printer.
  18. ;                            Remember to turn on the printer.
  19.  
  20. ;     TREE A:/F > TREE.LST   Causes the directory paths ... including
  21. ;                            file names ... to be saved to a file
  22. ;                            named TREE.LST on the default drive.
  23. ###
  24.